CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - crc校验 c

搜索资源列表

  1. FF2

    0下载:
  2. 模拟CRC循环冗余校验的C语言源程序,不是很完善-simulation Cyclic Redundancy Check the C language source code is not perfect
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1455
    • 提供者:福兴
  1. VBcrc16

    0下载:
  2. CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。-1、 Load a 16-bit register with FFFF hex. Call this the CRC register. 2、 Exclusive OR the first 8-bit byte of the message with
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:899
    • 提供者:why
  1. crc_low

    0下载:
  2. 用c语言实现crc算法,采用ccitt标准多项式,查找表方法实现,低位先处理,接收校验成功标志为f0b8.-Checksum crc algorithm to achieve the standard which use ccitt polynomial, using look-up table method to achieve, low bit to deal with first, mark of success receiving check is f0b8.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1288
    • 提供者:dustin
  1. 20120712test

    0下载:
  2. 详细描述了CRC的校验原理以及C语言的编程方法,对于初学者认识CRC有很好的借鉴作用。-A detailed descr iption of CRC parity principle and the C programming language, have a good reference for beginners understanding of CRC.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:62043
    • 提供者:杨子科
  1. crcjiaoyan

    0下载:
  2. 一个C的CRC码的校验程序,我借鉴了一点别人的。有的地方没看太明白,自己的一部分明白。希望大家指点-thanks
  3. 所属分类:.net

    • 发布日期:2017-04-06
    • 文件大小:5724
    • 提供者:博杰
  1. CRC_Test_Code

    0下载:
  2. 循环冗余校验码的测试和检验结果程序,包含了CRC的C语言实现代码-Cyclic redundancy check code and the test results of test procedures, including the CRC of the C language code
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:8739
    • 提供者:夏伟
  1. crcfunction

    0下载:
  2. CRC循环校验的具体算法,C语言代码,很不错-CRC cyclic check the specific algorithm, C language code, very good
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:132036
    • 提供者:李丽
  1. CommTestWithCRC16

    0下载:
  2. 本人写的C++串口调试助手,带CRC16校验 编译环境为BCB6.0或者BCB2010,附源工程文件及代码。-I write C++ serial debugging aides, with the CRC 16 checksum build environment BCB6.0 or BCB2010
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:600928
    • 提供者:Taylor huang
  1. LTE_24bitCRC_enc

    0下载:
  2. 完成LTE中24bitCRC校验码编码,包括3个子程序: 1)LTE_24bitCRC_matlab_encode.m(利用matlab自带函数进行crc编码,用于实际算法对比参考) 2)LTE_24bitCRC_table_encode.m(利用查表方式进行crc编码,值得注意的是该程序还给出了查找表的具体计算方法,不像有的c程序只是定义好表格,但没有告知表格的求法) 3)LTE_24bitCRC_compare.m(比对2种方式编码的结果,验证程序的正确性。实际使用中会用2)的方
  3. 所属分类:3G develop

    • 发布日期:2017-04-05
    • 文件大小:2389
    • 提供者:cvb
  1. crc8-code

    0下载:
  2. 1. 用查表法计算CRC码,编码方式:生成多项式为x8+x2+x+1 2. 环境要求:系统Windows2000/XP/7;C语言;编译环境为C-Free或VC++ 6.0 3. 信息交换内容为文本文件;信息交换方式为共享文件 4. 功能:能在两台计算机机上运行程序,一台产生CRC码,另一台校验。-CRC code calculated using the look-up table method, the encoding: generating polynomial of as
  3. 所属分类:Communication

    • 发布日期:2015-07-13
    • 文件大小:3072
    • 提供者:潘梦容
  1. 1

    0下载:
  2. crc冗余校验的C++实现,并验证他的正确性,改动CRC码最后一位,验证他的正确性。-crc redundancy check C++ implementation, and verify the correctness of him, the last one changes the CRC to verify the correctness of his.
  3. 所属分类:Grid Computing

    • 发布日期:2017-03-31
    • 文件大小:1050
    • 提供者:叶无道
  1. EthernetFrame

    0下载:
  2. 用C语言实现对帧的解析,可惜看到帧的格式以及对CRC-32的校验的实现-Using C language to achieve the analytic frame
  3. 所属分类:Linux Network

    • 发布日期:2017-05-12
    • 文件大小:2842375
    • 提供者:ali
  1. CRC12

    0下载:
  2. 1、环境要求:Windows/XP/7;C;信息交换内容为键盘输入的字符串;通信传输通过共享文件实现 2、编码要求:生成多项式为CRC-12 3、功能要求:能在两台计算机机上运行程序,一台产生CRC码,另一台校验。-1, environmental requirements: Windows/XP/7 C information exchange content as a string keyboard input communication transmission to ach
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1792
    • 提供者:红烨
  1. CRC8

    1下载:
  2. CRC 8 校验和计算函数可以直接使用,纯C语言格式。-CRC 8 Cal function ,Can be used Direcctlly ,Pure C laguage Format.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:124679
    • 提供者:wyb
  1. Modbus_CRC

    0下载:
  2. VC6源码,用于计算Modbus帧校验和。-source code for calculating Modbus CRC value. source code is for Visual C++
  3. 所属分类:Energy industry

    • 发布日期:2017-04-26
    • 文件大小:119669
    • 提供者:宁进
  1. xymodem

    0下载:
  2. C++实现XYModem通讯,代码简介实用。包括CRC各种校验。-C++ implementation XYModem communications code Introduction Utilities. It includes various CRC check.
  3. 所属分类:Com Port

    • 发布日期:2017-04-25
    • 文件大小:8951
    • 提供者:nianlun
  1. ComputerNetwork_FirstPractice

    0下载:
  2. C++,循环冗余校验码(CRC)的实现,16位和32位-C++, the realization of the cyclic redundancy check code (CRC), 16 bit and 32 bit
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2530234
    • 提供者:Edward
  1. FlexRay_Header_CRC_cal

    0下载:
  2. 这是关于FlexRay总线网络设计过程中,计算每个网络节点的数据帧头部循环校验码的程序。计算结果在控制台下显示为一个二进制数组。-This is a project completed on Visual C++ 6.0, which could be used for calculation of the header CRC code of each node in a FlexRay network. The results are displayed as an array of bin
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:190892
    • 提供者:王刚
  1. 43706121

    0下载:
  2. CRC循环校验码的算法详细介绍及c语言源程序()
  3. 所属分类:网络

    • 发布日期:2018-01-10
    • 文件大小:25600
    • 提供者:vaownsp
  1. 81038190

    0下载:
  2. CRC循环校验码的算法详细介绍及c语言源程序()
  3. 所属分类:USB编程

« 1 2 ... 5 6 7 8 9 10»
搜珍网 www.dssz.com